/*!
 *  Hack typeface https://github.com/source-foundry/Hack
 *  License: https://github.com/source-foundry/Hack/blob/master/LICENSE.md
 */
/* FONT PATHS
 * -------------------------- */
@font-face {
  font-family: 'Hack';
  src: url('hack-regular.woff2?sha=e700a30') format('woff2'), url('hack-regular.woff?sha=e700a30') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Hack';
  src: url('hack-bold.woff2?sha=e700a30') format('woff2'), url('hack-bold.woff?sha=e700a30') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Hack';
  src: url('hack-italic.woff2?sha=e700a30') format('woff2'), url('hack-italic.woff?sha=e700a30') format('woff');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Hack';
  src: url('hack-bolditalic.woff2?sha=e700a30') format('woff2'), url('hack-bolditalic.woff?sha=e700a30') format('woff');
  font-weight: 700;
  font-style: italic;
}
